home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / javaws.jar / javax / jnlp / ExtendedService.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  265 b   |  11 lines

  1. package javax.jnlp;
  2.  
  3. import java.io.File;
  4. import java.io.IOException;
  5.  
  6. public interface ExtendedService {
  7.    FileContents openFile(File var1) throws IOException;
  8.  
  9.    FileContents[] openFiles(File[] var1) throws IOException;
  10. }
  11.